"The Control panel allows you to change position, distance (from your location body), (viewing) direction, roll angle and zoom. You can do this in steps from the keyboard (arrow keys), or set the change stepping continuously. We have selected to control direction (this is the default) and our view steps round until we see Jupiter in the sky."
SET TIME PERIOD 500;
LOAD SETTINGS :MEDIA:GTours:PANELS:Control.RS3;
SET PANEL ACTIVITY 2 102;
SET PANEL ACTIVITY ON;
SET DIRECTION ACTIVITY 1;
REFRESH;
SET TIME DELAY 5;
PLAY DIRECTION RIGHT 6;
}
{
"Now we have aimed directly at Jupiter, and switched to control zoom. We run zoom until a value of 20. Now we can see Jupiter's moons. Note that you can adjust the size of the steps by entering a new value in the step size control, or choosing a value from the pop-up menu."
SET DIRECTION CENTERON 6 5;
SET DIRECTION ACTIVITY 2;
PLAY ZOOM UP 10;
REFRESH;
SET TIME DELAY 2;
}
{
"Now we choose roll, and run the control until the plane of Jupiter's moons is horizontal."
SET DIRECTION ACTIVITY -1;
PLAY ROLLANGLE RIGHT 9;
REFRESH;
SET TIME DELAY 2;
}
{
"Changing position in steps is most useful when you are in space, looking at a body such as Earth in this view. By stepping our position, we can inspect any part of the planet or moon."
SET DIRECTION ACTIVITY -3;
FILTER
4 145
5 -242
8 -222
9 -229
864 -1
900 -1
;
SET ZOOM VALUE -19.106555868618;
SET DIRECTION CENTERON 0 -2;
SET DIRECTION TYPE 2;
SET POSITION TYPE 1;
SET ROLLANGLE REFPLANE 2;
SET POSITION VALUE 0.000000 0.000000 0.000127905617;
SET DIRECTION RA_DEC 0.000971 -0.000113;
SET ROLLANGLE VALUE -20;
PLAY POSITION LEFT 36;
}
{
"Here we have switched to changing distance in steps to move us further from the Earth - sometimes more useful than zooming out. If you open the Control panel fully (click the button in the top right of the panel), you will see other aim controls. These allow you to step or play continuously the chosen control function, and to choose coordinate systems for changing aim."